rodb.kudesnik.cc
 

Gust Bow #1733 Gust Bow [1] / 20z

 

A light bow that seems to have a potential to cause a whirlwind.
When the user receives a Physical Damage, small chance to auto-spell Level 5 Wind Blade .
If equipped together with Wind Arrow, increases damage by 25%.
[ Base Intelligence >= 40 ]
Add a high chance of auto casting Level 5 Wind Blade .
Класс : Bow
Атака : 95
Дальность : 5
Вес : 140
Уровень Оружия : 3
Необходимый Lv. : 55
Доступно для : Archer, Hunter, Rogue, Bard/Dancer
Улучшается : Да

Доп. информация:
ID : 1733
Цена у NPC : 10
Script :
{ if(isequipped(1755)) { if(readparam(bInt)>40) { bonus3 bAutoSpell,"NJ_HUUJIN",5,200; } else { bonus3 bAutoSpell,"NJ_HUUJIN",5,100; } bonus bLongAtkRate,25; } }

{
...if(isequipped(1755)) {
......if(readparam(bInt)>40) {
.........bonus3 bAutoSpell,"NJ_HUUJIN",5,200;
......}
......else {
.........bonus3 bAutoSpell,"NJ_HUUJIN",5,100;
......}
......bonus bLongAtkRate,25;
...}
}